home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
grafik
/
sega
/
pvquant
/
anim.sh
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-20
|
268 b
|
16 lines
makeanim $1 $2
i=0
files=
while test -r $2_$i.dat
do
pvray -i$2_$i.dat -o$2_$i -l../ +a -q9 +fr -w320 -h200 -c
times
files="$files $2_$i"
i="`expr $i + 1`"
done
heckbert -s=0 $files
rm $2*.dat $2*.red $2*.grn $2*.blu
animgif $2_0 $1
rm $2_0.*
times